Skip to content

Docker-Sworm-Portainer #52

Description

@RoccoZero

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions