mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-07-02 11:56:40 +00:00
updated
This commit is contained in:
parent
d37ea186df
commit
b3f3ab7a00
1 changed files with 2 additions and 2 deletions
|
@ -192,7 +192,7 @@ services:
|
|||
restart: always
|
||||
user: "1000:1000" #user uid - change if necessary
|
||||
ports:
|
||||
- "5223:5223" #this will expose port 5223 to internet
|
||||
- "127.0.0.1:5223:5223" #this will expose port 5223 to internet
|
||||
volumes:
|
||||
- ./smp/config:/etc/opt/simplex:Z
|
||||
- ./smp/logs:/var/opt/simplex:Z
|
||||
|
@ -212,7 +212,7 @@ services:
|
|||
container_name: simplex-xftp
|
||||
user: "1000:1000" #user uid - change if necessary
|
||||
ports:
|
||||
- "5233:443" #port mapping to expose xftp to internet on port 5233
|
||||
- "127.0.0.1:5233:5233" #port mapping to expose xftp to internet on port 5233
|
||||
restart: always
|
||||
volumes:
|
||||
- ./xftp/config:/etc/opt/simplex-xftp:Z
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue