forked from jaybeaton/traefik-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
20 lines (14 loc) · 728 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manage Traefik Docker container with docker-compose.
Usage:
traefik-helper.sh [ARGS...]
[ARGS...] will be passed directly to docker-compose.
Examples:
traefik-helper.sh up -d # Bring up Traefik Docker container.
traefik-helper.sh start # Start Traefik Docker container.
traefik-helper.sh stop # Stop Traefik Docker container.
traefik-helper.sh down # Bring down Traefik Docker container.
A default traefik-helper.default.yml is provided. You may copy this file to
traefik-helper.yml and add or replace items as desired. Make sure to keep both
networks sections in place with tokens.
~NETWORK_LIST~ will be replaced by the list of current networks.
~NETWORK_SECTION~ will be replaced by the proper networks section.