plesk / plesk/docker

Docker-Sworm-Portainer

Open
#52 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Dockerfile
Stars
98
Forks
49
Avg merge
57m
Merged PRs (30d)
1

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Begin with the supplied version 3.9 Compose configuration and reproduce the deployment in Portainer Swarm. Done would require a confirmed deployment procedure or a clearly documented incompatibility; the issue names no repository file or test.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, docker-compose
Domain
devops
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.