Fix
This commit is contained in:
parent
a0c29ece6a
commit
a660972e30
@ -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}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user