use network

This commit is contained in:
2022-04-14 18:23:05 +08:00
parent d8d5708574
commit 8af3d9fb4f
2 changed files with 23 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
version: '3'
services:
wbo:
container_name: wbo-boards
restart: unless-stopped
image: lovasoa/wbo:latest
ports:
- "5001:80"
volumes:
- "$PWD/data:/opt/app/server-data"
networks:
nginx:
aliases:
- wbo-boards
networks:
nginx:
external: true