Skip to content

Instantly share code, notes, and snippets.

@jcanfield
Last active February 21, 2023 23:26
Show Gist options
  • Save jcanfield/50bcd6c721b3748b549276cfdd20b944 to your computer and use it in GitHub Desktop.
Save jcanfield/50bcd6c721b3748b549276cfdd20b944 to your computer and use it in GitHub Desktop.
creativeboulder-com_testing
version: '3'
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment