add some comments and remove traefik-network from docker-composer.yml
This commit is contained in:
parent
3e4cdbecf2
commit
551d00fc24
|
@ -1,3 +1,6 @@
|
||||||
|
# Simple docker-composer.yml
|
||||||
|
# You can change your port or volume location
|
||||||
|
|
||||||
version: '3.3'
|
version: '3.3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -8,5 +11,3 @@ services:
|
||||||
- ./uptime-kuma:/app/data
|
- ./uptime-kuma:/app/data
|
||||||
ports:
|
ports:
|
||||||
- 3001:3001
|
- 3001:3001
|
||||||
networks:
|
|
||||||
- traefik-network
|
|
||||||
|
|
Loading…
Reference in New Issue