File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
44 build :
55 context : ./docker/php
66 working_dir : /app
7- restart : always
7+ restart : unless-stopped
88 volumes :
99 - ./:/app
1010 depends_on :
@@ -16,7 +16,7 @@ services:
1616
1717 service_nginx :
1818 image : nginx:alpine
19- restart : always
19+ restart : unless-stopped
2020 ports :
2121 - 8081:80
2222 volumes :
@@ -29,7 +29,7 @@ services:
2929
3030 service_mysql :
3131 image : mariadb
32- restart : always
32+ restart : unless-stopped
3333 environment :
3434 - MYSQL_DATABASE=devtools
3535 - MYSQL_USER=devtools
@@ -41,7 +41,7 @@ services:
4141
4242 service_postgres :
4343 image : postgis/postgis:13-master
44- restart : always
44+ restart : unless-stopped
4545 environment :
4646 - POSTGRES_USER=devtools
4747 - POSTGRES_PASSWORD=password
You can’t perform that action at this time.
0 commit comments