HTTP an localhost binden

This commit is contained in:
Marius Alwan Meyer 2023-03-03 12:34:00 +01:00
parent 3f400ba979
commit 316ea18f1e

View File

@ -10,7 +10,7 @@ services:
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- "3000:3000" - "127.0.0.1:3000:3000"
- "22:2222" - "22:2222"
env_file: ./environment.env env_file: ./environment.env
user: "{{ git_user.uid }}:{{ git_user.group }}" user: "{{ git_user.uid }}:{{ git_user.group }}"