Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MurrayGroves committed Apr 25, 2024
1 parent c61727e commit 9cc9179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions continuous-development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
ports:
- 8920:8080
pull_policy: always
restart_policy: unless_stopped
restart: unless-stopped

frontend:
container_name: cityfarm-frontend
Expand All @@ -15,4 +15,4 @@ services:
ports:
- 8921:3000
pull_policy: always
restart_policy: unless_stopped
restart: unless-stopped

0 comments on commit 9cc9179

Please sign in to comment.