Skip to content

Commit a0afad6

Browse files
committed
updates
1 parent 63813e6 commit a0afad6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)