[dozzle from file]
This commit is contained in:
32
swarm.yml
32
swarm.yml
@@ -302,22 +302,22 @@
|
|||||||
- node.role == manager
|
- node.role == manager
|
||||||
networks:
|
networks:
|
||||||
- public
|
- public
|
||||||
dozzle-from-file:
|
# dozzle-from-file:
|
||||||
container_name: dozzle-from-file
|
# container_name: dozzle-from-file
|
||||||
image: alpine
|
# image: alpine
|
||||||
volumes:
|
# volumes:
|
||||||
- /var/log/syslog:/var/log/stream.log
|
# - /var/log/syslog:/var/log/stream.log
|
||||||
command:
|
# command:
|
||||||
- tail
|
# - tail
|
||||||
- -f
|
# - -f
|
||||||
- /var/log/stream.log
|
# - /var/log/stream.log
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
deploy:
|
# deploy:
|
||||||
mode: global
|
# mode: global
|
||||||
labels:
|
# labels:
|
||||||
- "traefik.enable=false"
|
# - "traefik.enable=false"
|
||||||
networks:
|
# networks:
|
||||||
- public
|
# - public
|
||||||
networks:
|
networks:
|
||||||
public:
|
public:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user