Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Grantzile committed Jan 15, 2025
1 parent 42040d0 commit 7d5fbd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ services:
context: .
dockerfile: deploy-Dockerfile
image: myapp:1.0
env_file: .env
env_file:
- .env
restart: on-failure
container_name: myapp-container
ports:
Expand Down

0 comments on commit 7d5fbd8

Please sign in to comment.