도커 외부 네트워크 연결 추가(프론트랑 공유)
parent
5ff1d68a27
commit
a4fbf60d42
|
|
@ -12,3 +12,8 @@ services:
|
|||
volumes:
|
||||
- ./app:/app
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- o2o-net
|
||||
networks:
|
||||
o2o-net:
|
||||
external: true
|
||||
Loading…
Reference in New Issue