Last active
February 21, 2023 23:26
-
-
Save jcanfield/50bcd6c721b3748b549276cfdd20b944 to your computer and use it in GitHub Desktop.
creativeboulder-com_testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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