Trying fixes
This commit is contained in:
parent
045aa271bb
commit
faa9bc0c69
@ -7,14 +7,18 @@ 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}:22"
|
||||
#labels:
|
||||
# - traefik.http.services.os.loadbalancer.server.port=80
|
||||
- 80
|
||||
environment:
|
||||
- container=podman
|
||||
- SERVICE_FQDN_OS_80
|
||||
- SERVICE_FQDN_PHPCONTAINER_80=/
|
||||
# Public ssh port number v2
|
||||
- SSH_PUBLIC_PORT=${PUBLIC_SSH_PORT:-3300}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user