Updated some of the configs and added limits
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
services:
|
||||
doku:
|
||||
app:
|
||||
image: amerkurev/doku:latest
|
||||
container_name: doku
|
||||
volumes:
|
||||
@@ -7,4 +7,8 @@ services:
|
||||
- /:/hostroot:ro
|
||||
ports:
|
||||
- ${DOKU_PORT}:9090
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512m
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user