Update port
This commit is contained in:
parent
223f680fde
commit
167b6c11ae
|
@ -5,7 +5,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
# This line makes Actual available at port 5006 of the device you run the server on,
|
# This line makes Actual available at port 5006 of the device you run the server on,
|
||||||
# i.e. http://localhost:5006. You can change the first number to change the port, if you want.
|
# i.e. http://localhost:5006. You can change the first number to change the port, if you want.
|
||||||
- '5006:5006'
|
- "100.104.163.2:5006:5006"
|
||||||
volumes:
|
volumes:
|
||||||
# Change './actual-data' below to the path to the folder you want Actual to store its data in on your server.
|
# Change './actual-data' below to the path to the folder you want Actual to store its data in on your server.
|
||||||
# '/data' is the path Actual will look for its files in by default, so leave that as-is.
|
# '/data' is the path Actual will look for its files in by default, so leave that as-is.
|
||||||
|
|
Loading…
Reference in New Issue