Skip to content

Commit

Permalink
πŸ› (docker/docker-compose.yml): fix wrong image url
Browse files Browse the repository at this point in the history
  • Loading branch information
ncvescera committed Oct 1, 2024
1 parent b3fa98a commit ae8a710
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ services:
uninuvola:
ipv4_address: $WEB_IP
container_name: web
image: web
build: ./
image: harbor1.fisgeo.unipg.it/uninuvola/web:latest
env_file: ../.env

networks:
Expand Down

0 comments on commit ae8a710

Please sign in to comment.