Added additional locations as volumes
This commit is contained in:
parent
b7c531f84c
commit
c99f6cea37
@ -7,6 +7,12 @@ services:
|
||||
tty: true
|
||||
volumes:
|
||||
- srvroot:/var/www
|
||||
- apacheconf:/etc/apache2
|
||||
- type: bind
|
||||
source: ./authorized_keys
|
||||
target: /root/authorized_keys
|
||||
content: |
|
||||
# Authorized keys
|
||||
ports:
|
||||
- "${PUBLIC_SSH_PORT}:2022"
|
||||
environment:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user