mirror of
http://10.0.2.1:3031/sauer/bfa-dryer-design.git
synced 2026-06-30 10:06:42 +10:00
Fix port conflict: use 5051 externally
This commit is contained in:
parent
64254edcf7
commit
592d4bf6fb
@ -3,7 +3,7 @@ services:
|
|||||||
build: .
|
build: .
|
||||||
container_name: bfa-design
|
container_name: bfa-design
|
||||||
ports:
|
ports:
|
||||||
- "5001:5001"
|
- "5051:5001"
|
||||||
volumes:
|
volumes:
|
||||||
- ./layouts:/app/layouts
|
- ./layouts:/app/layouts
|
||||||
- ./static/photos:/app/static/photos
|
- ./static/photos:/app/static/photos
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user