Удалить README.md
This commit is contained in:
14
README.md
14
README.md
@@ -1,14 +0,0 @@
|
|||||||
services:
|
|
||||||
portainer:
|
|
||||||
image: portainer/portainer-ce:latest
|
|
||||||
container_name: portainer
|
|
||||||
restart: unless-stopped
|
|
||||||
security_opt:
|
|
||||||
- no-new-privileges:true
|
|
||||||
volumes:
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
||||||
- ./data:/data
|
|
||||||
ports:
|
|
||||||
- 8000:8000
|
|
||||||
- 9443:9443
|
|
||||||
Reference in New Issue
Block a user