This commit is contained in:
parent
f6a2981658
commit
b0c63540e1
@ -5,6 +5,7 @@ services:
|
||||
# image: requarks/wiki:latest
|
||||
build: .
|
||||
container_name: wiki
|
||||
user: "1000:1000"
|
||||
ports:
|
||||
- "8002:3000"
|
||||
environment:
|
||||
@ -15,8 +16,9 @@ services:
|
||||
- DB_PASS=Z2l0Cg==
|
||||
- DB_NAME=www_wiki
|
||||
volumes:
|
||||
- /home/work/apps/wiki/data:/wiki/data/
|
||||
- /home/work/apps/wiki/config:/config
|
||||
- /home/work/docker/wiki/data:/wiki/data/
|
||||
- /home/work/docker/wiki/config:/config
|
||||
- /home/work/docker/wiki/logs:/logs
|
||||
networks:
|
||||
flyaha:
|
||||
external: true
|
||||
external: true
|
||||
Loading…
Reference in New Issue
Block a user