Skip to content

Commit 9e9e64f

Browse files
committed
meow
1 parent 8f5b07b commit 9e9e64f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
rails:
4747
build:
4848
context: .
49-
args::
49+
args:
5050
PUID: ${PUID}
5151
PGID: ${PGID}
5252
platform: linux/amd64
@@ -78,7 +78,7 @@ services:
7878
rails_startup:
7979
build:
8080
context: .
81-
args::
81+
args:
8282
PUID: ${PUID}
8383
PGID: ${PGID}
8484
platform: linux/amd64

0 commit comments

Comments
 (0)