nginx
This commit is contained in:
parent
fdd9bce6a4
commit
5361653e3c
@ -3,16 +3,16 @@ version: "3"
|
||||
|
||||
services:
|
||||
|
||||
nginx:
|
||||
image: nginx
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||
deploy:
|
||||
mode: replicated
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
# nginx:
|
||||
# image: nginx
|
||||
# ports:
|
||||
# - "80:80"
|
||||
# volumes:
|
||||
# - ./nginx.conf:/etc/nginx/nginx.conf
|
||||
# deploy:
|
||||
# mode: replicated
|
||||
# restart_policy:
|
||||
# condition: on-failure
|
||||
|
||||
postgres:
|
||||
image: postgres
|
||||
|
Loading…
Reference in New Issue
Block a user