mirror of
https://git.techniverse.net/scriptos/tmserver-docker.git
synced 2026-06-18 22:09:21 +00:00
Docker Netzwerk hinzugefügt.
This commit is contained in:
@@ -23,3 +23,16 @@ services:
|
|||||||
- SERVER_MODE=internet
|
- SERVER_MODE=internet
|
||||||
- SERVER_LOGIN=
|
- SERVER_LOGIN=
|
||||||
- SERVER_VALIDATION_KEY=
|
- SERVER_VALIDATION_KEY=
|
||||||
|
networks:
|
||||||
|
tmserver_net:
|
||||||
|
ipv4_address: 172.20.60.10
|
||||||
|
|
||||||
|
networks:
|
||||||
|
tmserver_net:
|
||||||
|
name: tmserver.dockernetwork.local
|
||||||
|
driver: bridge
|
||||||
|
ipam:
|
||||||
|
config:
|
||||||
|
- subnet: 172.20.60.0/25
|
||||||
|
gateway: 172.20.60.1
|
||||||
|
ip_range: 172.20.60.64/26
|
||||||
|
|||||||
Reference in New Issue
Block a user