Initial
This commit is contained in:
Executable
+16
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
dozzle-agent:
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 128M
|
||||
image: amir20/dozzle:latest
|
||||
command: agent
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
ports:
|
||||
- 9007:7007
|
||||
networks: {}
|
||||
|
||||
#
|
||||
Reference in New Issue
Block a user