Skip to content

Commit

Permalink
Add name; Resolves #190
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwartz10612 committed Feb 15, 2025
1 parent 6aa4908 commit bdee036
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker-compose.example.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
version: "3.7"

name: pangolin
services:
pangolin:
image: fosrl/pangolin:latest
Expand Down Expand Up @@ -32,7 +31,6 @@ services:
- SYS_MODULE
ports:
- 51820:51820/udp
- 8080:8080 # Port for traefik because of the network_mode
- 443:443 # Port for traefik because of the network_mode
- 80:80 # Port for traefik because of the network_mode

Expand All @@ -47,8 +45,8 @@ services:
command:
- --configFile=/etc/traefik/traefik_config.yml
volumes:
- ./traefik:/etc/traefik:ro # Volume to store the Traefik configuration
- ./letsencrypt:/letsencrypt # Volume to store the Let's Encrypt certificates
- ./config/traefik:/etc/traefik:ro # Volume to store the Traefik configuration
- ./config/letsencrypt:/letsencrypt # Volume to store the Let's Encrypt certificates

networks:
default:
Expand Down
1 change: 1 addition & 0 deletions install/fs/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: pangolin
services:
pangolin:
image: fosrl/pangolin:{{.PangolinVersion}}
Expand Down

0 comments on commit bdee036

Please sign in to comment.