-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Can anyone tell me how to run this in Portainer Swom?
I tried many options but it didn't work
here is an example
version: '3.9'
services:
plesk:
image: plesk/plesk
container_name: plesk
restart: unless-stopped
ports:
- "8880:8880"
tmpfs:
- /tmp
- /run
- /run/lock
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup
security_opt:
- apparmor=unconfined
cap_add:
- SYS_ADMIN
privileged: true
init: true
cgroupns_mode: host
Metadata
Metadata
Assignees
Labels
No labels