Update
This commit is contained in:
@@ -4,6 +4,8 @@ services:
|
|||||||
php-nginx:
|
php-nginx:
|
||||||
container_name: ippheasant
|
container_name: ippheasant
|
||||||
image: trafex/php-nginx
|
image: trafex/php-nginx
|
||||||
|
deploy:
|
||||||
|
replicas: 1
|
||||||
ports:
|
ports:
|
||||||
- "8077:8080"
|
- "8077:8080"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -11,3 +13,9 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- system.env
|
- system.env
|
||||||
restart: always
|
restart: always
|
||||||
|
networks:
|
||||||
|
- nginxproxymanager_default
|
||||||
|
|
||||||
|
networks:
|
||||||
|
nginxproxymanager_default:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user