Add Dockerfile to the build
This commit is contained in:
parent
d2293dfee8
commit
169b8325f8
@ -1,6 +1,9 @@
|
|||||||
services:
|
services:
|
||||||
copyparty:
|
copyparty:
|
||||||
image: copyparty/ac
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
# image: copyparty/ac
|
||||||
container_name: copyparty
|
container_name: copyparty
|
||||||
user: "1000" # use the "id" command
|
user: "1000" # use the "id" command
|
||||||
ports:
|
ports:
|
||||||
@ -13,7 +16,7 @@ services:
|
|||||||
- type: bind
|
- type: bind
|
||||||
source: ./cfg
|
source: ./cfg
|
||||||
target: /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
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
restart: "always"
|
restart: "always"
|
||||||
Loading…
x
Reference in New Issue
Block a user