This commit is contained in:
Harish Karumuthil 2024-09-11 20:09:35 +05:30
parent a0c29ece6a
commit a660972e30

View File

@ -6,10 +6,10 @@ services:
context: ./
tty: true
ports:
- "${SERVICE_FQDN_PUBLICSSHPORT}:22"
- "${SSH_PUBLIC_PORT}:22"
- 80
environment:
- container=podman
# Public ssh port number
- SERVICE_FQDN_PUBLICSSHPORT=3300
- SSH_PUBLIC_PORT=${SERVICE_FQDN_PUBLICSSHPORT:-3300}