Skip to content

Commit

Permalink
feat: restart always
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt authored Apr 20, 2024
1 parent 4e80143 commit 8acdec1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services:
nginx:
build: "./nginx"
restart: always
networks:
metaploy-network:
volumes:
Expand All @@ -16,4 +17,4 @@ networks:

volumes:
nginx-config-volume:
name: metaploy-nginx-config-volume
name: metaploy-nginx-config-volume

0 comments on commit 8acdec1

Please sign in to comment.