Skip to content

Commit

Permalink
[COMPOSE] depends
Browse files Browse the repository at this point in the history
  • Loading branch information
HakkaOfDev committed Mar 16, 2022
1 parent 28f9f17 commit 830d859
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 @@ -22,6 +22,7 @@ services:
restart: always
depends_on:
- api
- proxy
logger:
container_name: logger
restart: always
Expand Down Expand Up @@ -76,7 +77,6 @@ services:
- database
- server
- api
- client
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf
volumes:
Expand Down

0 comments on commit 830d859

Please sign in to comment.