mirror of
https://github.com/MrUnknownDE/utools.git
synced 2026-04-09 18:03:52 +02:00
remove volumes
This commit is contained in:
@@ -18,10 +18,6 @@ services:
|
||||
# Mappe Port 3000 vom Host auf Port 3000 im Container
|
||||
# Zugriff von außen (Browser) erfolgt über localhost:3000
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
# Optional: Mount für die MaxMind Daten, um sie zu aktualisieren ohne Image-Neubau
|
||||
# - ./backend/data:/app/data:ro # :ro = read-only im Container
|
||||
# Kein Code-Mount für Produktion, da der Code im Image sein sollte.
|
||||
networks:
|
||||
- ip_tool_network # Verbinde mit unserem benutzerdefinierten Netzwerk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user