fixed a bunch of variables and modified the Gitea compose a lot
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
services:
|
||||
app:
|
||||
image: amerkurev/doku:latest
|
||||
image: amerkurev/doku:${DOKU_VERSION:-latest}
|
||||
container_name: doku
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /:/hostroot:ro
|
||||
ports:
|
||||
- ${DOKU_PORT}:9090
|
||||
- ${DOKU_PORT:-9090}:9090
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user