Added additional locations as volumes

This commit is contained in:
Harish Karumuthil 2024-10-22 12:27:39 +05:30
parent b7c531f84c
commit c99f6cea37

View File

@ -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: