Skip to content

Commit

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

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

volumes:
app-db:

0 comments on commit 0da7afb

Please sign in to comment.