You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I need your help please :)
It's my first time with Docker, I'm on W11 using wsl 2 , docker and docker compose.
Before you say, I know docker is better on Linux.
So I don't understand why but my FVTT server is unavailable outside of my lan network.
I don't have any error but in the fvtt when I picked up the link they said it's unavailable to reach outside.
I Portforward my router with my computer IP and port 30000.
CONFIG FILE
version: "3.8"
services:
foundry:
image: felddy/foundryvtt:release
hostname: FVTT
volumes:
- type: bind
source: C:\FVTT\data
target: /data
environment:
- FOUNDRY_PASSWORD=****
- FOUNDRY_USERNAME=****
- FOUNDRY_ADMIN_KEY=****
- CONTAINER_PRESERVE_CONFIG=true
ports:
- target: 30000
published: 30000
protocol: tcp
If you need something else tell me i will provide :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I need your help please :)
It's my first time with Docker, I'm on W11 using wsl 2 , docker and docker compose.
Before you say, I know docker is better on Linux.
So I don't understand why but my FVTT server is unavailable outside of my lan network.
I don't have any error but in the fvtt when I picked up the link they said it's unavailable to reach outside.
I Portforward my router with my computer IP and port 30000.
CONFIG FILE
version: "3.8"
services:
foundry:
image: felddy/foundryvtt:release
hostname: FVTT
volumes:
- type: bind
source: C:\FVTT\data
target: /data
environment:
- FOUNDRY_PASSWORD=****
- FOUNDRY_USERNAME=****
- FOUNDRY_ADMIN_KEY=****
- CONTAINER_PRESERVE_CONFIG=true
ports:
- target: 30000
published: 30000
protocol: tcp
If you need something else tell me i will provide :)
Thanks you
Beta Was this translation helpful? Give feedback.
All reactions