del
This commit is contained in:
parent
f24b39e126
commit
1f1bfa5ab2
|
|
@ -1,26 +0,0 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
portainer:
|
||||
restart: "always"
|
||||
image: portainer/portainer-ce:latest
|
||||
container_name: portainer
|
||||
ports:
|
||||
- "879:9443"
|
||||
volumes:
|
||||
- portainer-data:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
networks:
|
||||
- medicine-network
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "200k"
|
||||
max-file: "10"
|
||||
|
||||
networks:
|
||||
medicine-network:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
portainer-data:
|
||||
Loading…
Reference in New Issue