Add Dockerfile to the build
This commit is contained in:
parent
d2293dfee8
commit
169b8325f8
@ -1,6 +1,9 @@
|
||||
services:
|
||||
copyparty:
|
||||
image: copyparty/ac
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
# image: copyparty/ac
|
||||
container_name: copyparty
|
||||
user: "1000" # use the "id" command
|
||||
ports:
|
||||
@ -13,7 +16,7 @@ services:
|
||||
- type: bind
|
||||
source: ./cfg
|
||||
target: /cfg
|
||||
consistency: consistent # unreliable when u change ze config, else cool
|
||||
consistency: consistent # unreliable when u change ze config, best for testing hooks
|
||||
stdin_open: true
|
||||
tty: true
|
||||
restart: "always"
|
||||
Loading…
x
Reference in New Issue
Block a user