Try fixing port

This commit is contained in:
Harish Karumuthil 2024-09-11 19:51:38 +05:30
parent b0723449f1
commit a0c2f2bd5b

View File

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