도커 외부 네트워크 연결 추가(프론트랑 공유)

advenced_report
Mina Choi 2026-06-09 10:45:55 +09:00
parent 5ff1d68a27
commit a4fbf60d42
1 changed files with 5 additions and 0 deletions

View File

@ -12,3 +12,8 @@ services:
volumes:
- ./app:/app
restart: unless-stopped
networks:
- o2o-net
networks:
o2o-net:
external: true