Skip to content

Commit 8536d32

Browse files
committed
Simplify local dev env
1 parent 3884d33 commit 8536d32

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ test-resources export-ignore
55
.gitignore export-ignore
66
.phpstorm.meta.php export-ignore
77
CHANGELOG.md export-ignore
8-
docker-compose.override.yml.dist export-ignore
98
docker-compose.yml export-ignore
109
Dockerfile export-ignore
1110
indocker export-ignore

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
build
22
composer.lock
33
vendor/
4-
docker-compose.override.yml

docker-compose.override.yml.dist

Lines changed: 0 additions & 6 deletions
This file was deleted.

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
shlink_config_php:
33
container_name: shlink_config_php
4+
user: 1000:1000
45
build:
56
context: .
67
volumes:

0 commit comments

Comments
 (0)