Skip to content

Docker-Sworm-Portainer #52

@RoccoZero

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions