Develop #16
+2
-2
@@ -94,7 +94,7 @@ services:
|
|||||||
runtime:
|
runtime:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
ports:
|
ports:
|
||||||
- 9121:8000
|
- 8891:8000
|
||||||
volumes:
|
volumes:
|
||||||
- ${PWD}:/app
|
- ${PWD}:/app
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
@@ -117,7 +117,7 @@ services:
|
|||||||
max-file: "10"
|
max-file: "10"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 9122:8000
|
- 8892:8000
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_ADMIN
|
- SYS_ADMIN
|
||||||
devices:
|
devices:
|
||||||
|
|||||||
Reference in New Issue
Block a user