use network
This commit is contained in:
18
wbo-boards/docker-compose.yml
Normal file
18
wbo-boards/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user