fix(docker): storage-data als externes Volume mit festem Namen (Compose-Warnung)
Made-with: Cursor
This commit is contained in:
@@ -23,6 +23,11 @@ services:
|
|||||||
retries: 3
|
retries: 3
|
||||||
start_period: 40s
|
start_period: 40s
|
||||||
|
|
||||||
|
# Bereits angelegtes/importiertes Volume nutzen (vermeidet die Compose-Warnung
|
||||||
|
# "already exists but was not created by Docker Compose").
|
||||||
|
# Neuinstallation: zuerst `docker volume create beauty-bookings_storage-data`
|
||||||
|
# (Name = <Projektordner>_storage-data, hier: beauty-bookings).
|
||||||
volumes:
|
volumes:
|
||||||
storage-data:
|
storage-data:
|
||||||
driver: local
|
name: beauty-bookings_storage-data
|
||||||
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user