Initiale Version
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
dozzle:
|
||||
container_name: dozzle
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 256M
|
||||
image: amir20/dozzle:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./data:/data
|
||||
environment:
|
||||
- DOZZLE_REMOTE_AGENT=192.168.178.215:9007 #,192.168.178.200:8081
|
||||
ports:
|
||||
- 9889:8080
|
||||
networks: {}
|
||||
Reference in New Issue
Block a user