diff options
Diffstat (limited to 'communities/red-right-hand/174bg.net/docker-compose.yaml')
| -rw-r--r-- | communities/red-right-hand/174bg.net/docker-compose.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/communities/red-right-hand/174bg.net/docker-compose.yaml b/communities/red-right-hand/174bg.net/docker-compose.yaml index e2dbbef..d441ce7 100644 --- a/communities/red-right-hand/174bg.net/docker-compose.yaml +++ b/communities/red-right-hand/174bg.net/docker-compose.yaml @@ -1,12 +1,14 @@ services: 174bg-net: + # build: https://github.com/zuedev/unnamed-group.git#master:communities/red-right-hand/174bg.net build: context: . dockerfile: Dockerfile env_file: - .env ports: - - "3000:3000" + - "3000:3000/tcp" + - "3000:3000/udp" restart: unless-stopped postgres: |
