Skip to content

Commit

Permalink
Fix tag in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hsalokor committed Dec 12, 2024
1 parent de79f2c commit 5bcbde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
build:
context: aoe-web-frontend
dockerfile: ./docker/demo.Dockerfile
image: aoe-web-frontend:latest
image: ${AOE_WEB_FRONTEND_TAG-aoe-web-frontend:latest}
container_name: aoe-web-frontend
restart: unless-stopped
volumes:
Expand Down

0 comments on commit 5bcbde7

Please sign in to comment.