Nginx proxy manager docker compose: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 April 2025

30 March 2025

28 March 2025

  • curprev 09:1509:15, 28 March 2025Karavi talk contribs 500 bytes +115 No edit summary
  • curprev 09:0709:07, 28 March 2025Karavi talk contribs 385 bytes +385 Created page with "Create a docker-compose.yml file similar to this: services: app: image: 'jc21/nginx-proxy-manager:latest' restart: unless-stopped ports: - '80:80' - '81:81' - '443:443' volumes: - ./data:/data - ./letsencrypt:/etc/letsencrypt Bring up your stack by running docker-compose up -d # If using docker-compose-plugin docker compose up -d"