This website works better with JavaScript.
Home
Help
Sign In
horrific
/
mastodon
Watch
2
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
apply build args
main
James Fenn
8 months ago
parent
aeaf75c5c2
commit
130229870d
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
docker-compose.yml
+ 5
- 1
docker-compose.yml
View File
@@ -38,7 +38,11 @@ services:
# - ./elasticsearch:/usr/share/elasticsearch/data
web:
build: .
build:
context: .
args:
- UID=1003
- GID=1003
image: tootsuite/mastodon
restart: always
env_file:
Write
Preview
Loading…
Cancel
Save