Configure for Nginx Proxy Manager via npm_default network
All checks were successful
Deploy to Production / deploy (push) Successful in 4s
All checks were successful
Deploy to Production / deploy (push) Successful in 4s
This commit is contained in:
@@ -6,12 +6,14 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8083:80"
|
||||
# ports:
|
||||
# - "8083:80"
|
||||
expose:
|
||||
- "80"
|
||||
restart: always
|
||||
networks:
|
||||
- rubic-net
|
||||
- npm_default
|
||||
|
||||
networks:
|
||||
rubic-net:
|
||||
driver: bridge
|
||||
npm_default:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user