Remove unneeded no-new-privileges option. Remove unused proxy network.
This commit is contained in:
@@ -3,10 +3,6 @@ services:
|
|||||||
image: portainer/portainer-ce:lts
|
image: portainer/portainer-ce:lts
|
||||||
container_name: portainer
|
container_name: portainer
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
security_opt:
|
|
||||||
- no-new-privileges:true
|
|
||||||
networks:
|
|
||||||
- proxy
|
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
@@ -17,4 +13,4 @@ services:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: portainer_network
|
name: portainer_network
|
||||||
|
|||||||
Reference in New Issue
Block a user