mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 08:08:00 +02:00
Rename misc files
This commit is contained in:
+3
-3
@@ -3,12 +3,12 @@ production:
|
||||
ports:
|
||||
- "443:443"
|
||||
|
||||
# For development, mount git root to /opt/letsencrypt/src in order to
|
||||
# For development, mount git root to /opt/certbot/src in order to
|
||||
# make the dev workflow more vagrant-like.
|
||||
development:
|
||||
build: .
|
||||
ports:
|
||||
- "443:443"
|
||||
volumes:
|
||||
- .:/opt/letsencrypt/src
|
||||
- /opt/letsencrypt/venv
|
||||
- .:/opt/certbot/src
|
||||
- /opt/certbot/venv
|
||||
|
||||
Reference in New Issue
Block a user