update restart args use always
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
nginx-webws:
|
||||
image: nginx:alpine
|
||||
container_name: nginx-webws
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- webws-data:/usr/share/nginx/html:ro
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
@@ -34,7 +34,7 @@ services:
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
container_name: webws-postgres
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
|
||||
Reference in New Issue
Block a user