Skip to content

Commit

Permalink
Re-add container_name settings in docker-compose.yml
Browse files Browse the repository at this point in the history
Logically reverts 1af9459
  • Loading branch information
jayaddison committed Nov 24, 2022
1 parent e108d81 commit fde4b1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
- /tmp
volumes:
- /var/log/nginx
container_name: frontend

backend:
image: "grocy/backend:v3.3.2"
Expand All @@ -38,6 +39,7 @@ services:
- app-db:/var/www/data
env_file:
- grocy.env
container_name: backend

volumes:
app-db:

0 comments on commit fde4b1a

Please sign in to comment.