Skip to content

Commit 66df457

Browse files
committed
Develop: Shorten network name in compose.yaml config files
Signed-off-by: Michael Mayer <[email protected]>
1 parent 501ef56 commit 66df457

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

compose.latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ services:
6666
## Join shared "photoprism-develop" network
6767
networks:
6868
default:
69-
name: photoprism-develop
69+
name: photoprism
7070
external: true

compose.local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ services:
7373
## Join shared "photoprism-develop" network
7474
networks:
7575
default:
76-
name: photoprism-develop
76+
name: photoprism
7777
external: true

compose.mariadb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ services:
110110
## Join shared "photoprism-develop" network
111111
networks:
112112
default:
113-
name: photoprism-develop
113+
name: photoprism
114114
external: true

compose.mysql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ services:
1818
## Join shared "photoprism-develop" network
1919
networks:
2020
default:
21-
name: photoprism-develop
21+
name: photoprism
2222
external: true

compose.preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ services:
6666
## Join shared "photoprism-develop" network
6767
networks:
6868
default:
69-
name: photoprism-develop
69+
name: photoprism
7070
external: true

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,5 +274,5 @@ volumes:
274274
## Create shared "photoprism-develop" network for connecting with services in other compose.yaml files
275275
networks:
276276
default:
277-
name: photoprism-develop
277+
name: photoprism
278278
driver: bridge

0 commit comments

Comments
 (0)